home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / awordp1a / form4.frm < prev    next >
Text File  |  1999-10-13  |  1KB  |  44 lines

  1. VERSION 5.00
  2. Begin VB.Form Form4 
  3.    BorderStyle     =   4  'Fixed ToolWindow
  4.    Caption         =   "Shortcuts"
  5.    ClientHeight    =   4485
  6.    ClientLeft      =   45
  7.    ClientTop       =   285
  8.    ClientWidth     =   4515
  9.    LinkTopic       =   "Form3"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   4485
  13.    ScaleWidth      =   4515
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.CommandButton Command1 
  17.       Caption         =   "Go Back"
  18.       Height          =   615
  19.       Left            =   3600
  20.       TabIndex        =   1
  21.       Top             =   0
  22.       Width           =   855
  23.    End
  24.    Begin VB.TextBox Text1 
  25.       Height          =   4455
  26.       Left            =   0
  27.       Locked          =   -1  'True
  28.       MultiLine       =   -1  'True
  29.       TabIndex        =   0
  30.       Text            =   "Form4.frx":0000
  31.       Top             =   0
  32.       Width           =   3615
  33.    End
  34. End
  35. Attribute VB_Name = "Form4"
  36. Attribute VB_GlobalNameSpace = False
  37. Attribute VB_Creatable = False
  38. Attribute VB_PredeclaredId = True
  39. Attribute VB_Exposed = False
  40. Private Sub Command1_Click()
  41. Form4.Hide
  42. Form1.Enabled = True
  43. End Sub
  44.